home *** CD-ROM | disk | FTP | other *** search
- 60000 a$=chr$(16):b$=chr$(15):c$=chr$(18):d$=chr$(146)
- 60001 e=peek(648)*256:f=0
- 60002 if(peek(53272)and6)=6thenf=7
- 60003 open4,4,f:print#4
- 60004 forg=0to24:h=0:i$=""
- 60005 forj=0to39
- 60006 k=peek(e+40*g+j)
- 60007 ifk=34thenh=1-h
- 60008 ifk=162thenh=1-h:k=64
- 60009 ifh=1andk>=128thenk=k-128
- 60010 ifk>=128thenk=k-128:m=1:i$=i$+c$
- 60011 ifk<32ork>95theni=k+64
- 60012 ifk>31andk<64theni=k
- 60013 ifk>63andk<96theni=k+32
- 60014 i$=i$+chr$(i)
- 60015 ifm=1theni$=i$+d$:m=0
- 60016 nextj
- 60017 print#4,b$a$"20"i$
- 60018 nextg:close4:return
- 60019 end
-